Log in Register Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

cody's Profile Picture

cody

4270 Files

632707 Views

Latest files of /cody/swapnilsparsh/30DaysOfJavaScript/196 - Windows 11

src/ cody/swapnilsparsh/30DaysOfJavaScript/196 - Windows 11/src/
19 Items
  • store.jpg
  • startmenu.png
  • widgets.jpg
  • icons (4).png
  • storeIcon.png
  • icons (6).png
  • bg2.jpg
  • search.jpg
  • main.js cody/swapnilsparsh/30DaysOfJavaScript/196 - Windows 11/main.js
    184 Views
    0 Comments
    console.log("hi");

    let startButton = document.getElementById("startbutton")
    let startMenu = document.getElementsByClassName("startmenu")[0]

    let searchButton = document.getElementById("searchbutton")
    let searchMenu = document.getElementsByClassName("searchmenu")[0]

    style.css cody/swapnilsparsh/30DaysOfJavaScript/196 - Windows 11/style.css
    129 Views
    0 Comments
    *{
    margin: 0px;
    padding: 0px;
    }

    body{
    background: url("src/bg2.jpg") no-repeat center center/cover;
    height: 100vh;
    Windows 11 cody/swapnilsparsh/30DaysOfJavaScript/196 - Windows 11/index.html
    305 Views
    0 Comments
    <html lang="en">

    <meta http-equiv="content-type" content="text/html;charset=UTF-8" />
    <head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Windows 11</title>